Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / config

Path parameters:
realm - realm name (not id!)

Sub-Resources
Resources
NameDescription
{id}

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/config 

Method Detail

POST /admin/realms/{realm}/authentication/config

HTTP Example:
POST /admin/realms/{realm}/authentication/config
API Example:

AuthenticationManagementResource.createAuthenticatorConfig({'realm': /* name realm name (not id!) */,
  '$entity': …});

Input:
AuthenticatorConfigModel
Output:
Response

Keycloak REST Services 1.5.0-Final